home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / bbsutils / smb_110a.arj / SMBVARS.C < prev    next >
C/C++ Source or Header  |  1993-12-16  |  553b  |  22 lines

  1. /* SMBVARS.C */
  2.  
  3. /*************************************************************************/
  4. /* Global variables for SMBLIB. Same file used for both header and code. */
  5. /*************************************************************************/
  6.  
  7. #ifndef GLOBAL
  8. #define GLOBAL
  9. #endif
  10.  
  11. #include "smbdefs.h"
  12. #include <stdio.h>
  13.  
  14. GLOBAL char     smb_file[128];    /* path and filename for SMB file (no ext) */
  15. GLOBAL FILE     *sdt_fp;
  16. GLOBAL FILE     *shd_fp;
  17. GLOBAL FILE     *sid_fp;
  18. GLOBAL FILE     *sda_fp;
  19. GLOBAL FILE     *sha_fp;
  20. GLOBAL FILE     *sch_fp;
  21.  
  22.